.content {
  box-sizing: content-box;
}
.content #side {
  display: inline;
}
.content #main {
  width: 950px;
}
.content #main > nav {
  overflow: hidden;
}
.content #main > nav .pagination {
  margin: 0;
}
.step-content {
  padding: 15px 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
.step-content .step-box {
  overflow: hidden;
  margin-bottom: 20px;
}
.step-content .step-box:last-child {
  margin-bottom: 0;
}
.step-content .step-box.action .step-label {
  background: #3f6dd4;
  color: #fff;
}
.step-content .step-box.action .step-txt {
  color: #000;
}
.step-content .step-box > span {
  padding: 2px 5px;
  text-align: center;
  display: block;
  float: left;
  color: #999;
}
.step-content .step-box .step-label {
  width: 59.4px;
  background: #eee;
  margin-right: 10px;
}
.step-content .step-box .step-txt {
  width: 138.6px;
}
.label-content {
  padding: 15px 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
.label-content > p {
  font-weight: bold;
  margin-bottom: 5px;
}
.label-content > a {
  display: inline-block;
  width: 49%;
  margin: 5px 0;
  color: #999;
}
.label-content > a.action {
  color: #3f6dd4;
}
.label-content.period > a {
  text-align: center;
}
.training-nav {
  margin-bottom: 10px;
}
.training-nav > a {
  display: inline-block;
  width: 33%;
  background: #eee;
  color: #999;
  font-size: 18px;
  text-align: center;
  line-height: 35px;
}
.training-nav > a.action {
  background: #3f6dd4;
  color: #fff;
}
.treaining-list > li {
  display: inline-block;
  width: 186px;
  margin-bottom: 10px;
}
.treaining-list > li > p {
  margin: 0;
  padding: 0 5px;
}
.treaining-list .image {
  width: 100%;
  height: 120px;
}
.price-content {
  overflow: hidden;
}
.price-content .price-discount {
  margin-bottom: 10px;
  overflow: hidden;
  line-height: 25px;
}
.price-content .price-discount .price-title {
  float: left;
  width: 80%;
  text-align: right;
  padding-right: 100px;
}
.price-content .price-discount .price-title > a > img {
  margin: 0 10px;
  width: 100px;
  height: 100px;
}
.price-content .price-discount .price-img {
  line-height: 100px;
}
.price-content .price-discount .price-value {
  float: left;
  width: 20%;
  text-align: right;
}
.price-content .price-money {
  text-align: right;
  display: block;
  margin-bottom: 30px;
}
.settlement-title {
  text-align: center;
  font-size: 24px;
  color: #666;
  margin-bottom: 20px;
}
.settlement-time {
  margin-bottom: 5px;
  padding: 0 10px;
  font-size: 12px;
  height: 20px;
}
.training-detail {
  margin: 0 auto;
  width: 960px;
}
.training-detail .detail-header {
  margin-bottom: 10px;
  border: 1px solid #eee;
}
.training-detail .datail-info {
  display: inline-block;
  width: 600px;
}
.training-detail .datail-info > p {
  line-height: 20px;
  font-size: 14px;
  padding: 0 30px;
}
.training-detail .datail-img {
  display: inline-block;
  width: 330px;
  vertical-align: top;
}
.training-detail .datail-img > img {
  width: 100%;
  height: 220px;
}
.photo-box {
  text-align: center;
  margin-bottom: 10px;
}
.photo-box img {
  width: 100%;
  height: 100%;
}
.photo-box > .img-inch,
.photo-box > .img-paperwork {
  margin: 0 auto 10px;
}
.photo-box > .img-inch {
  width: 100px;
  height: 100px;
}
.photo-box > .img-paperwork {
  width: 200px;
  height: 150px;
}
.pt_7 {
  padding-top: 7px;
}
.btn-operating {
  margin-bottom: 10px;
}
.advertis {
  width: 100%;
  height: 120px;
  margin-bottom: 10px;
}
.line {
  color: #a94442;
}

.tipModal .modal-dialog{
  width: 300px;
}
.tipModal .modal-header{
  border-width: 0;
  background: #fff;
}
.tipModal .modal-header h3{
  display: none;
}
.tipModal .modal-body .step-content{
  border-width: 0;
}
.logModal .modal-header .close{
  display: none;
}
.advertising-header{
  background: #BD2212;
  position: relative;
}
.advertising-header .adverteing-body {
  width:100%;
  display: block;
}
.advertising-header .adverteing-body > img {
  width:100%;
}
.advertising-header .adverteing-close {
  position: absolute;
  top: 2px;
  right: 10px;
  background: #fff;
  font-size: 12px;
  color: #333;
  padding: 2px 6px;
  border-radius: 50%;
}